home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / STDM13.ZIP / HIST.TXT < prev    next >
Text File  |  1993-06-23  |  2KB  |  55 lines

  1. News:    1. The amount of text you can place into the text box 
  2.            depends on the current display mode ( VGA, SVGA,     
  3.            etc. ) and fonts supported by your current display 
  4.            driver. This creates a problem: the text you placed 
  5.            into the box might not fit when you run your demo on 
  6.            a different system. In order to make sure, that it 
  7.            will not happen, Stdemo Player checks if the whole 
  8.            text fits into the box, and if not - it is trying to 
  9.            reduce the font size, until the whole text fits. If 
  10.            the system doesn't have a small enough font - the     
  11.            scroll bar will be added to the text field, so that 
  12.            user can read the whole text by scrolling it.
  13.  
  14.         2. I found and fixed several places where some "housekeeping"
  15.            has not been properly done: some properties, assigned to 
  16.            some windows were not deleted, and something else, I already 
  17.            forgot what exactly.
  18.  
  19.  
  20.         3. :O command now allows to use absolute coordinates instead
  21.            of virtual. It means that if absolute coordinates are used,
  22.            all subsequent coordinates will be treated "as is", without
  23.            adjusting them to the current virtual screen/window size.
  24.  
  25.         4. :< command allows to find and activate already running
  26.            application.
  27.  
  28.         5. :+X command allows to set the special timer which will affect
  29.            interaction breakes (TEXT, MENU and INPUT). Setting the value
  30.            of this timer somewhere in a script means that for all subsequent
  31.            communication breaks (dialog boxes) the "continue" button 
  32.            will be "pressed" automatically after X seconds since
  33.                this dialog box was initially shown. :+0 disables this feature. 
  34.  
  35.         6. :R command disables/enables 3-D effect for interaction breaks.
  36.  
  37.         7. :X command disables/enables/hides/shows the "Stop" button on 
  38.            interaction breaks.
  39.  
  40.         8. :Y command disables/enables/hides/shows the "Continue" button on 
  41.            interaction breaks.
  42.  
  43.         9. :F command allows to set the minimal font (in point sizes)
  44.            to be used when all text doesn't fit into a text box. If it
  45.            is impossible to fit all text using the font bigger than
  46.            minimal - the defaul font will be used with the scrollbar
  47.            enabled. (Default is :F8).
  48.  
  49.         10. :b command allows to change the background color for text,
  50.             menu and input fields (default is blue).
  51.  
  52.         11. :f command allows to change the foreground color for text,
  53.             menu and input fields (default is black).
  54.             
  55.